home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMIBEST4.ADF / AmigaBasicStuff / DiskLib / disklib.doc < prev    next >
Text File  |  1987-07-22  |  2KB  |  33 lines

  1. Instructions for the use of Disklib.bas
  2.  
  3. Disklib.bas is a Basic program which keeps a disk library.  The program can
  4. create a hardcopy or text file listing of all your programs.  The listing
  5. includes all the information you need to find the location of the program on
  6. disk.  To make a working copy of Disklib.bas, the program must reside on a
  7. disk named DISKLIB.  To create a working disk, just follow this procedure:
  8.  
  9.    1) Copy a Workbench Disk
  10.    2  Delete unnecessary file such as the Clock or Demos drawer
  11.    3) Rename this copy to DISKLIB
  12.    4) Enter the following lines from the CLI
  13.       Copy Extras:Amigabasic to DISKLIB:
  14.       Copy Extras:Basicdemos/dos.bmap to DISKLIB:
  15.       Copy s/startup-sequence to DISKLIB:s
  16.       Copy s/end-sequence to DISKLIB:s
  17.       (note that files from the s directory must be copied from this disk)
  18.  
  19. You now have a working copy of Disklib.bas.  Just boot on the DISKLIB disk
  20. and run Amigabasic from the CLI.  Then load and run disklib.bas.
  21.  
  22. A useful feature of disklib.bas is the ability to save a disk library as a
  23. text file.  The text file can be searched from DOS.  For example if the
  24. disk library is named LIBCLI.FILE and you are searching for a program named
  25. Browse, just go to the CLI and type:
  26.  
  27.       SEARCH DISKLIB:LIBCLI.FILE Browse
  28.  
  29. DOS will return a list of every record which contains the text string
  30. Browse.  You can also load the text file into ED and add a brief comment to
  31. each program.  These comments can also be searched in the same manner.  I
  32. hope you find Disklib.bas to be a useful program.
  33.